/* CSS for main site*/

/*Define body background and font*/

/*last updated 05 Aug 2014*/

body
{
	font-family: Arial, helvetica;
	color: #3CF;
	font-size: 14pt;
	background-color:#636;
	background-repeat: repeat;
}


p3 {
	color: #F63;
	font-size: 12pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: none;
	background-color:transparent;}

.floatleft { float: left; 
	margin: 10px 5px 10px 20px; 
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}
	
.floatright { float: right;
	margin: 10px 20px 10px 5px;
	background-color: #FFFFCC;
	padding: 4px 2px;
	border-spacing: 2px}


h1 {
	color: #FFFFCC;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

h2 {	text-align: center;
	font-family:arial, helvetica;
	color: #FFFFCC;
	font-style; italic;}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-color: #f4db5d;
	font-size: 14pt;
	text-align: center;
}

p1 {
	color: #900;
	font-size: 14pt;
	font-weight: bold;
	font-family: arial, helvetica;
	text-align: center;}
	
p2 {
	font-family:Verdana, Geneva, sans-serif;
	font-color: #000;
	font-size: 14pt;
	text-align: center;
}

p3 {
	font-family:Arial;
	color: #360;
	font-size: 14pt;
	text-align: center;
}


/*table appearance*/

table.main {
	border: none;
	background-color:#FFFFCC;
	padding: 6px;
	spacing: 4px;}

td.onecolumn {
	background-color:#d1cab0;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt
}

td.title {
	background-color:#9CF;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: none;
	color: black;}
	
td.smtitle {
	background-color:#9CF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: black;}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	color: #444444;
	font-size: 14pt;
	font-weight: none;}	
	
td.smtitle2{
	background-color:#c3ccf4;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-color: #000;} 

td.contact{
	background-color:#c3ccf4;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-color: #000;} 
	
td.contacts {
	background-color:#FFC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-color: #F00;}


/*normal link?*/



/*Lab Links*/

a.lablink {
	color: #566047;
	font-weight: bold;
	text-decoration: none;
}

a.lablink:link {
	color: #566047;
	text-decoration: underline;
}

a.lablink:hover {
	color: navy;
	text-decoration: underline;
}

a.lablink: visited {
	color: navy;
	text-decoration: none;
}

/*Normal links*/

a.normlink {
	color: #223F6A;
	font-weight: bold;}

a.normlink:link {
	color:#223F6A;
	text-decoration: none;}

a.normlink:hover {
	color: #00F;
	text-decoration: underline;}

a.normlink:visited {
	color: #223F6A;
	text-decoration: none;}





/*This part determines the link appearance*/

a.homelink
{
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
	color: black;
}
a.homelink:visited
{
	color: blue;
	text-decoration: none;
}
a.homelink: hover
{
	color: black;
	text-decoration: underline;
}
